home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Archive / Edit & Patch / LLamaPatch10.lha / LLamatron.doc < prev   
Text File  |  1994-02-09  |  2KB  |  41 lines

  1. LLamatron patch, version 1.0 by Kjetil Jacobsen, (C) Ymir's Thoughts 1994
  2.  
  3. Usage:    LLamatron [-1 -2] [Gamefile]
  4.     where -2 loads the 512kb version, and -1 the (default) 1mb version.
  5.     Gamefile (with full path) must be specified if the TRON** files are
  6.     not in the current directory.
  7.  
  8. Requires original LLamatron TRON512 or TRON1MEG file. ONLY the loader has been
  9. patched (currently), so don't expect this game to behave like a lamb. It's still
  10. raping the system, and should soforth not be started when multitasking I/O.
  11. DO NOT START LLAMATRON IF YOU HAVE ENFORCER, MUNGWALL, ETC. RUNNING.
  12.  
  13. INSTALLATION:
  14. For floppy systems just copy the patched loader over the old one, and boot
  15. normally (remember 'LLamatron -2' for 512k users). HD users should copy the
  16. TRON1MEG or the TRON512 file (not supplied) and install the loader prog in
  17. the same directory (or to somewhere in the path).
  18.  
  19. Example (Assumes 'LLamatron' isn't in the path):
  20. To start LLamatron with the loader file in games:misc and the TRON1MEG file
  21. in bogo:mips you'd write :
  22.     bogo:mips/LLamatron -1 games:misc/TRON1MEG
  23.  
  24. FAILURE:
  25. The patch will report failure if the loader is in danger of "oveloading" itself
  26. when reading the gamefile. This can be caused by shortage of chipmem, or just
  27. bad luck: the os decided to load the loader in the address-area where the game-
  28. file is to be put. This scheme could (and will later) be avoided by moving the
  29. loader to a safer area. Otherwise there should be no problem reading the game-
  30. file from ram:, etc.
  31.  
  32. Report bugs, improvements, etc to kjetilja@stud.cs.uit.no
  33.  
  34. IMPROVEMENT SINCE LAST VERSION:
  35.     You should now be able to easily start LLamatron from an icon.
  36.     More userfriendly command-line interface.
  37.  
  38. TODO:    Make LLamatron return system (implies a major rewrite in TRON** files)
  39.     Use audio.device to reset audio-dma
  40.     Make a 'force load' option to avoid memory overlap between loader/game
  41.